ComponentOne Xamarin Edition
FilterAsync<T>(ICollectionView<T>,Func<Object,Boolean>) Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class > FilterAsync Method : FilterAsync<T>(ICollectionView<T>,Func<Object,Boolean>) Method
The collection view.
The preicate which will filter the collection.
Filters the data from a query string.
Syntax
[AsyncStateMachine(C1.CollectionView.ICollectionViewEx+d__19`1[T])] 
[Extension()] 
public static Task FilterAsync<T>( 
   ICollectionView<T> collectionView, 
   Func<object,bool> predicate 
) 
where T: class

Parameters

collectionView
The collection view.
predicate
The preicate which will filter the collection.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members
Overload List